Executable Statements
Pascal           C/C++
l The C compound statement
may begin with declarations for
local variables:
NO PASCAL
EQUIVALENT
   {
     int temp;

     temp = y;
     y = z;
     z = temp;
   }